Carbon


kMenuDrawMsg

Header: Menus.h

enum {
    kMenuDrawMsg = 0,
    kMenuSizeMsg = 2,
    kMenuPopUpMsg = 3,
    kMenuCalcItemMsg = 5,
    kMenuThemeSavvyMsg = 7,
    mDrawMsg = ,
    mSizeMsg = 2,
    mPopUpMsg = 3,
    mCalcItemMsg = 5
};

Constant descriptions

kMenuDrawMsg
kMenuSizeMsg
kMenuPopUpMsg
kMenuCalcItemMsg
kMenuThemeSavvyMsg

Identify whether your menu definition function is theme-compliant. If so, your menu definition function should respond by passing back kThemeSavvyMenuResponse in the whichItem parameter. The Menu Manager then draws the menu background as appropriate for the current theme.

mDrawMsg
mSizeMsg
mPopUpMsg
mCalcItemMsg


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)